Nevron Open Vision Documentation
Nevron.Nov.Compiler Namespace / NObjectCodeBehind<TObject> Class
Members


In This Topic
    NObjectCodeBehind<TObject> Class
    In This Topic
    Serves as base class for objects that contained compiled functionality for other objects.
    Object Model
    NObjectCodeBehind<TObject> Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NObjectCodeBehind(Of TObject As Class) 
    'Usage
     
    
    Dim instance As NObjectCodeBehind(Of TObject)
    public abstract class NObjectCodeBehind<TObject> 
    where TObject: class
    Type Parameters
    TObject
    Inheritance Hierarchy

    System.Object
       Nevron.Nov.Compiler.NObjectCodeBehind<TObject>
          Nevron.Nov.Diagram.NDrawingCodeBehind
          Nevron.Nov.Diagram.NPageCodeBehind
          Nevron.Nov.Diagram.NShapeCodeBehind

    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also